home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Image & Music Effects / pop-up-ad-banner.izs < prev    next >
Text File  |  2005-07-30  |  2KB  |  82 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Pop-up ad banner script
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>A script that loads a pop up window with the specified banner inside. Clicking the banner will load the target URL in the main window while closing the pop up at the same time. 
  7. <!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>img and music effects<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13. <script>
  14.  
  15. //change the width and height of the pop up window, if desired
  16. newwindow=window.open("popup.htm","","width=485,height=70")
  17. newwindow.creator=self
  18. </script>
  19. <html>
  20. <head>
  21. <title>Please support our sponsor!</title>
  22. </head>
  23. <body bgcolor="#FFFFFF">
  24.  
  25. <p align="left">
  26. <script>
  27. function loadurl(url){
  28. window.creator.location=url
  29. window.close()
  30. }
  31. </script>
  32.  
  33. <a href="http://ad.linkexchange.com/1/X348076/gotoad.map" target="_top" onClick="loadurl(this.href);return false"><img
  34. width="440" height="40" border="1" ismap alt="LinkExchange"
  35. src="http://ad.linkexchange.com/1/X348076/logoshowad?free"></a>
  36.  
  37. </p>
  38. </body>
  39. </html>
  40.  
  41.  
  42.  
  43. <!-- END OF SCRIPT -->
  44. <!/SCRIPT>
  45.  
  46. <!PREVIEW>
  47. <!-- START OF SCRIPT -->
  48.  
  49. <script>
  50.  
  51. //change the width and height of the pop up window, if desired
  52. newwindow=window.open("popup.htm","","width=485,height=70")
  53. newwindow.creator=self
  54. </script>
  55. <html>
  56. <head>
  57. <title>Please support our sponsor!</title>
  58. </head>
  59. <body bgcolor="#FFFFFF">
  60.  
  61. <p align="left">
  62. <script>
  63. function loadurl(url){
  64. window.creator.location=url
  65. window.close()
  66. }
  67. </script>
  68.  
  69. <a href="http://ad.linkexchange.com/1/X348076/gotoad.map" target="_top" onClick="loadurl(this.href);return false"><img
  70. width="440" height="40" border="1" ismap alt="LinkExchange"
  71. src="http://ad.linkexchange.com/1/X348076/logoshowad?free"></a>
  72.  
  73. </p>
  74. </body>
  75. </html>
  76.  
  77.  
  78.  
  79. <!-- END OF SCRIPT -->
  80. <!/PREVIEW>
  81.  
  82. <!RELATED>NONE<!/RELATED>